home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / java draw 4 / JDRAW4.EXE / data.z / Javadraw.exe / 0 / RCDATA / TZEICHENTABELLE / TZEICHENTABELLE.txt < prev   
Encoding:
Text File  |  1996-08-11  |  774 b   |  40 lines

  1. object ZeichenTabelle: TZeichenTabelle
  2.   Left = 274
  3.   Top = 347
  4.   Width = 140
  5.   Height = 302
  6.   Caption = 'ASCII-table'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   Icon.Data = {<image000.ico>}
  13.   KeyPreview = True
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   OnKeyPress = FormKeyPress
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object ListBox1: TListBox
  21.     Left = 0
  22.     Top = 0
  23.     Width = 132
  24.     Height = 243
  25.     Align = alClient
  26.     ItemHeight = 16
  27.     TabOrder = 0
  28.   end
  29.   object Panel1: TPanel
  30.     Left = 0
  31.     Top = 243
  32.     Width = 132
  33.     Height = 30
  34.     Align = alBottom
  35.     BevelInner = bvLowered
  36.     Caption = 'Press a key'
  37.     TabOrder = 1
  38.   end
  39. end
  40.